SftTree/OCX 7.0

SftTreeItem.HideExpandCollapseButton Property

Softel vdm, Inc.

Defines whether the item's expand/collapse button is hidden.

Syntax       

Get

VB.NET

Boolean = object.HideExpandCollapseButton  As Boolean

VB

Boolean = object.HideExpandCollapseButton  As Boolean

C#.NET

bool Boolean = object.HideExpandCollapseButton;

VC++

VARIANT_BOOL Boolean = object->HideExpandCollapseButton;
VARIANT_BOOL Boolean = object->GetHideExpandCollapseButton();

C

HRESULT object->get_HideExpandCollapseButton(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.HideExpandCollapseButton   : WordBool;

Put

VB.NET

object.HideExpandCollapseButton = Boolean  As Boolean

VB

object.HideExpandCollapseButton = Boolean  As Boolean

C#.NET

bool object.HideExpandCollapseButton = Boolean;

VC++

VARIANT_BOOL object->HideExpandCollapseButton = Boolean;
void object->PutHideExpandCollapseButton(VARIANT_BOOL Boolean);

C

HRESULT object->put_HideExpandCollapseButton(VARIANT_BOOL Boolean);

Delphi

object.HideExpandCollapseButton := Boolean   : WordBool;

object

A SftTreeItem object.

Boolean

Defines whether the item's expand/collapse button is hidden.

Boolean

Description

True

The item's expand/collapse button is hidden.

False

The item's expand/collapse button is shown.

Comments

The HideExpandCollapseButton property defines whether the item's expand/collapse button is hidden.

If the item is not expandable and doesn't have an expand/collapse button, this property has no effect.

The ButtonStyle property defines the expand/collapse button display method for all items.

See Also  SftTreeItem Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com